-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] GCS get all actors info no longer need to specify if dead jobs' actors need to be included #34415
[core] GCS get all actors info no longer need to specify if dead jobs' actors need to be included #34415
Conversation
Signed-off-by: rickyyx <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @alanwguo is this flag used from you guys side?
No, we don't use that flag today. In the progress bar summary API we currently get the actor name from the actor task (parse the actor name from Now, we can use the actor api to get the actor name from actor ID but we haven't made that change yet. |
Signed-off-by: rickyyx <[email protected]>
Don't have a strong opinion here. Just for historical context, IIRC the 10k actor limit and per-job cleanup were there to avoid leaking memory. |
cc @scv119 to review gcs_service proto changes |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
|
TODO |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
|
Hi again! The issue will be closed because there has been no more activity in the 14 days since the last message. Please feel free to reopen or open a new issue if you'd still like it to be addressed. Again, you can always ask for help on our discussion forum or Ray's public slack channel. Thanks again for opening the issue! |
Why are these changes needed?
With #31019, we always have up to 10k dead actors cached by default.
There's no existing usecase where we don't want to have actors from dead jobs (AFAIK)
With #34348, one could filter actors with job id as well.
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.